/*$$
{"color":[{"val":"#000000","title":"标题文字颜色"},
{"val":"#ffffff","title":"按钮文字颜色"},
{"val":"#666666","title":"简介文字颜色"},
{"val":"#233c82","title":"按钮鼠标滑过文字颜色"},
{"val":"#999999","title":"时间文字颜色"}],
"background":[{"val":"#f5f8fd","title":"默认背景颜色"},
{"val":"#dddddd","title":"底部线条背景颜色"},
{"val":"#233c82","title":"按钮背景颜色/线条选中背景颜色"},
{"val":"#4c619a","title":"按钮上箭头背景颜色"}],
"border":[{"val":"#233c82","title":"按钮边框"}]}
$$*/
#new_150{
	background: #f5f8fd;
	width: 100%;
	height: 100%;
}
#new_150 .newBox{
	width: 100%;
	margin:30px auto 0 auto;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	padding-bottom: 10px;
}
#new_150 .newBox .line{
	position: absolute;
	height: 2px;
	background: #dddddd;
	width: calc((100% - 1200px)/2 + 1200px);
	right: 0;
	bottom: 0;
}
#new_150 .newBox .line .rate{
	position: absolute;
	left: 0;
	background: #233c82;
	height: 2px;
	content: '';
	width: 33%;
	transition: all 1s;
}
#new_150 .cloumn{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
#new_150 .cloumn .name{
	line-height: 56px;
	font-size:38px;
	color: #000000;
	display: inline-block;
	font-weight: 550;
}
#new_150 .moreBtn{
	background: #233c82;
	border:#233c82 solid 1px;
	width: 195px;
	height: 56px;
	border-radius: 50px;
	text-align: center;
	line-height: 56px;
	padding-right: 40px;
	position: relative;
	font-size: 14px;
}
#new_150 .moreBtn i{
	color: #ffffff;
	position: relative;
	z-index: 10;
	transition: all .8s;
}
#new_150 .moreBtn:hover i{
	color: #233c82;
}
#new_150 .moreBtn::after,
#new_150 .moreBtn::before{
	position: absolute;
	content: '';
	transition: all .8s;
}
#new_150 .moreBtn::after{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	right: 15px;
	top:50%;
	transform: translateY(-50%);
	background: #4c619a url(./../../../static/images/NP00038_01.png) no-repeat center center;
}
#new_150 .moreBtn:hover::after{
	background: #233c82 url(./../../../static/images/NP00038_01.png) no-repeat center center;
}
#new_150 .moreBtn::before{
	left: 50%;
	top:50%;
	width: 0;
	height: 0;
	background: #ffffff;
	border-radius: 50px;
}
#new_150 .moreBtn:hover::before{
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
#new_150 .newList{
	width: calc(1200px + 80px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
#new_150 .newItem{
	width:100%;
	padding:30px 40px;
	overflow: hidden;
	position: relative;
}
#new_150 .newItem .imgT{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
#new_150 .newItem .imgT .bg{
	width: 100%;
	height: auto;
}
#new_150 .newItem::before{
	position: absolute;
	content: '';
	left:40px;
	top:30px;
	width: 346px;
	height: 260px;
	transition: all 1s;
	border-radius: 15px;
}
#new_150 .newItem:hover::before{
	box-shadow: 0 0 20px rgba(35,60,130,.3);
}
#new_150 .newItem .imgT .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
	position: absolute;
	left: 0;
	top:0;
}
#new_150 .newItem:hover .img{
	transform: scale(1.1);
}
#new_150 .newItem .tit-1,
#new_150 .newItem .tit-2{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
#new_150 .newItem .tit-1{
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	width: 100%;
	margin-top: 15px;
}
#new_150 .newItem:hover .tit-1{
	color: #233c82;
}
#new_150 .newItem .tit-2{
	font-size: 14px;
	line-height:24px;
	color: #666666;
	width: 100%;
	margin:10px 0;
}
#new_150 .newItem .time{
	color: #999999;
	font-size: 14px;
	font-family: 'Impact';
	line-height: 30px;
}
@media screen and (max-width: 1200px) {
	#new_150 .newBox{
		width: 100%;
	}
	#new_150 .cloumn{
		width: 100%;
	}
	#new_150 .newList{
		width: calc(100% + 80px);
		margin-left: -40px;
	}
}
@media screen and (max-width: 1024px) {
	#new_150{
		height: auto;
	}
	#new_150 .newBox{
		top:0;
		transform: translateY(0);
		padding:15px 20px;
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	
	#new_150 .cloumn .name{
		font-size: 24px;
		line-height: 40px;
	}
	#new_150 .moreBtn{
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	#new_150 .moreBtn::after{
		width: 25px;
		height: 25px;
	}
	#new_150 .newList{
		grid-template-columns: repeat(2,1fr);
		width: calc(100% + 20px);
		margin-left:-10px;
		height: 320px;
		overflow: hidden;
	}
	#new_150 .newItem{
		padding: 20px 10px;
		height: 320px;
	}
	#new_150 .newItem .img{
		width: 100%;
		height: 140px;
	}
	#new_150 .newItem::before{
		display: none;
	}
	#new_150 .newItem .tit-1{
		font-size: 16px;
		line-height: 28px;
		height:56px;
		margin-top: 5px;
	}
	#new_150 .newItem .tit-2{
		height: 48px;
	}
}